Index

api/v1/jobs/{jobno}/timers

Path: api/v1/jobs/{jobno}/timers

This API is JSON:API compliant.

This endpoint supports the following methods:
GET POST PATCH

The resource type for this endpoint is JobTimer
The identifier is todo

The JobTimer resource type attributes are as follows:

{
"LabourInit":string
"Comment":string
"LabourType":string
Must be left out or null when creating a timer. Otherwise may be Paused, Resumed, or Stopped. Note once stopped the timer will cease to exist (it become a simple labour entry on the job).
optional
"State":string
"LineNum":integer
}